1. Attributes for form submission

    Attributes for form submission that may be specified on submit buttons. The attributes are: `formaction`, `formenctype`, `formmethod`, `formnovalidate`, and `formtarget`

  2. eventtarget api: addeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility)

  3. eventtarget api: addeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility): `options.capture` parameter

  4. eventtarget api: addeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility): `options.once` parameter

  5. eventtarget api: addeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility): `options.passive` parameter

  6. eventtarget api: addeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility): `options.passive` parameter defaults to `true` for `touchstart` and `touchmove` events

  7. eventtarget api: addeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility): `options.passive` parameter defaults to `true` for `wheel` and `mousewheel` events

  8. eventtarget api: addeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility): `options.signal` parameter

  9. eventtarget api: removeeventlistener: form with `options` object supported (third parameter can be either options or a `boolean`, for backwards compatibility)

  10. htmlbuttonelement api: formtarget

  11. htmlformelement api: target

  12. htmlinputelement api: formtarget

  13. performanceeventtiming api: target

  14. html element: button: formtarget

  15. html element: form: target

  16. html element: input: formtarget